1. What does HTML stand for?
Correct Answer: A
HTML stands for Hyper Text Markup Language. It is the standard markup language for creating web pages.
Watch explanation video
2. Which CSS property is used to change the text color of an element?
Correct Answer: C
The correct CSS property to change text color is "color". Example: color: red;
Watch explanation video
3. What is JavaScript primarily used for in web development?
Correct Answer: B
JavaScript is mainly used to add interactivity and dynamic behavior to web pages.
Watch explanation video